Layer
abstract
class Layer :
ILayer {
}
- this
this(string name)
Undocumented in source.
- flags
int flags;
Undocumented in source.
- name
string name;
Undocumented in source.
- onAttach
void onAttach()
Undocumented in source.
- onDettach
void onDettach()
Undocumented in source.
- onEnter
void onEnter()
Undocumented in source.
- onExit
void onExit()
Undocumented in source.
- onUpdate
void onUpdate(float dt)
Undocumented in source.
- onRender
void onRender()
Undocumented in source.
- onDestroy
void onDestroy()
Undocumented in source.
hip api view layer
classesenumsinterfaces